home *** CD-ROM | disk | FTP | other *** search
- Path: cisu2.jsc.nasa.gov!usenet
- From: Norman LaFave <lafave@ial4.jsc.nasa.gov>
- Newsgroups: comp.lang.c++
- Subject: C++ questions
- Date: 10 Jan 1996 17:57:25 GMT
- Organization: Dynamica Research
- Message-ID: <4d0um5$9jf@cisu2.jsc.nasa.gov>
- NNTP-Posting-Host: 146.154.24.47
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Macintosh; I; 68K)
- X-URL: news://news.jsc.nasa.gov/comp.lang.c++
-
- Hi all,
-
- I wanted to ask the gurus here some questions:
-
- 1.) How do you handle a variable number of arguements to a function
- since the elipsis of C does not work.
-
- 2.) Can an object be instantiated with a variable containing a value
- instead of explicitely with a number.
-
- 3.) Can the type a template is instantiated with be queried (I am trying
- to write an exception which limits the data types the template can be
- instantiated with).
-
- 4.) How often have you found that composition is a better choice than
- inheritance (I find myself using it 75% of the time).
-
- 5.) Can C++ be made multithreaded.
-
- 6.) Can C++ be made portable through some library calls for instance.
-
- 7.) How many of you see Java as a real replacement for C++ (not just for
- web applications, but for all applications.
-
- 8.) Are there parallel processing libraries in C++?
-
- 9.) What do people think of the available C++ development environments
- for the PC. How about the Mac? Which of them would be best for
- cross-platform development.
-
- 10.) Is there a list on the net of commercially available libraries for
- specialized applications?
-
- Thanks,
-
- Norman
-
-
-